ShowDetailAsync Method (FlexGridDetailProvider<TItem>)
In This Topic
Shows the detail row.
Syntax
'Declaration
Public Function ShowDetailAsync( _
ByVal As Integer _
) As Task
public Task ShowDetailAsync(
int
)
Parameters
- index
- The index of the original row.
See Also